home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Building Homes of Our Own
/
Building Homes of our Own.iso
/
setup
/
data1.cab
/
Everything
/
working
/
houCons.dxr
/
exitFrameScripts_59.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-09-25
|
214 b
|
10 lines
on exitFrame me
global gConMan
nextDecision = getCurDecision(gConMan)
if (nextDecision = #outdoorelement) or (nextDecision = #outdoorelements) then
go(the frame - 8)
else
go("LS_init")
end if
end